Skip to content

Conversation

@Anshusinghh
Copy link
Contributor

@Anshusinghh Anshusinghh commented Oct 31, 2025

Description

This pull request adds a new Codecademy Docs entry for the PyTorch function .logical_xor(). The entry explains its purpose, syntax, parameters, and provides examples demonstrating element-wise logical XOR operations on boolean and numeric tensors. It follows the Docs style guide and enhances the PyTorch tensor functions section.

Issue Solved

Closes #7787

Type of Change

  • Adding a new entry

Checklist

  • [* ] All writings are my own.
  • [* ] My entry follows the Codecademy Docs style guide.
  • [ *] My changes generate no new warnings.
  • [ *] I have performed a self-review of my own writing and code.
  • [ *] I have checked my entry and corrected any misspellings.
  • I have made corresponding changes to the documentation if needed.
  • [* ] I have confirmed my changes are not being pushed from my forked main branch.
  • [ *] I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • [ *] I have linked any issues that are relevant to this PR in the Issues Solved section.

@dakshdeepHERE dakshdeepHERE self-assigned this Nov 1, 2025
@dakshdeepHERE dakshdeepHERE added new entry New entry or entries status: under review Issue or PR is currently being reviewed pytorch PyTorch labels Nov 1, 2025
@mamtawardhani mamtawardhani added the hacktoberfest-accepted Indicates the PR was approved, merged, and pertains to Hacktoberfest label Nov 5, 2025
Copy link
Collaborator

@dakshdeepHERE dakshdeepHERE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Anshusinghh remove the other file from this PR commit history first please. Then we can move on with the review.

@dakshdeepHERE dakshdeepHERE added status: waiting for author and removed status: under review Issue or PR is currently being reviewed labels Nov 5, 2025
@dakshdeepHERE
Copy link
Collaborator

Closing this PR due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted Indicates the PR was approved, merged, and pertains to Hacktoberfest new entry New entry or entries pytorch PyTorch status: waiting for author

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Term Entry] PyTorch Tensor Operations: .logical_xor()

5 participants